export declare const matchRoute: (route: string, declaration: string) => boolean;
export declare const normalize: (data: any, formatter: (s: string) => string, declarations: string[]) => any;
