export declare const routes: {
    '/api/v1': {
        'GET': {
            handler: string;
        };
    };
};
