declare const _default: {
    type: string;
    routes: {
        method: string;
        path: string;
        handler: string;
        config: {
            policies: string[];
        };
    }[];
};
export default _default;
//# sourceMappingURL=license-limit.d.ts.map