export declare const routes: {
    homepage: import("@strapi/types/dist/core/router.js").Router | ((params: {
        strapi: import("@strapi/types/dist/core/strapi.js").Strapi;
    }) => import("@strapi/types/dist/core/router.js").Router);
    settings: {
        type: string;
        routes: {
            method: string;
            path: string;
            handler: string;
            config: {
                policies: (string | {
                    name: string;
                    config: {
                        actions: string[];
                    };
                })[];
            };
        }[];
    };
    release: {
        type: string;
        routes: {
            method: string;
            path: string;
            handler: string;
            config: {
                policies: (string | {
                    name: string;
                    config: {
                        actions: string[];
                    };
                })[];
            };
        }[];
    };
    'release-action': {
        type: string;
        routes: {
            method: string;
            path: string;
            handler: string;
            config: {
                policies: (string | {
                    name: string;
                    config: {
                        actions: string[];
                    };
                })[];
            };
        }[];
    };
};
//# sourceMappingURL=index.d.ts.map