export declare const DEFAULT: {
    routes: (config: any) => {
        get: {
            path: string;
            action: string;
        }[];
    };
};
