export declare const authorityClass: (params?: any) => (target: Function, name?: string | undefined, descriptor?: PropertyDescriptor | undefined) => void; export declare const authority: (params?: any) => (target: any, name: string, descriptor: PropertyDescriptor) => PropertyDescriptor;