export declare const autoRoute: (app: any, routepath: string, mountpoint: string, auth?: boolean) => Promise<void>;
