export interface RouteType { readonly headers: any; } export declare const compileRoute: (route: any) => any;