declare const _default: {
    admin: {
        routes: import("@strapi/types/dist/core").Route[];
    };
    config: {
        type: string;
        routes: {
            method: string;
            path: string;
            handler: string;
            config: {
                policies: any[];
            };
        }[];
    };
    settings: {
        type: string;
        routes: {
            method: string;
            path: string;
            handler: string;
            config: {
                policies: any[];
                auth: boolean;
            };
        }[];
    };
};
export default _default;
