/**
 * Multilingual Press Zone - Licensing endpoints
 *
 * Base path (mounted in server.ts): /v1/multilingual/license
 */
declare const router: import("express-serve-static-core").Router;
export declare function mapServiceError(err: unknown): {
    status: number;
    body: any;
};
export default router;
//# sourceMappingURL=multilingualLicense.d.ts.map