declare const _default: {
    method: string;
    path: string;
    handler: string;
    config: {
        policies: any[];
        auth: boolean;
    };
}[];
export default _default;
