export declare const rootPathSymbolKey: symbol; export declare const rootAuthSymbolKey: symbol; export declare const pathSymbolKey: symbol; export declare const methodsSymbolKey: symbol; export declare const Path: (path: string, authFunc?: Function) => Function;