export declare namespace AutoBeRealizeAuthorizationFileSystem { const getDecoratorPath: (name: string) => string; const getPayloadPath: (name: string) => string; const getProviderPath: (name: string) => string; }