import type { Class } from 'type-fest';
export declare function auth(provider?: string): (target: any, propertyKey: string) => void;
export declare function securityProvider(provider?: string): (target: Class, propertyKey: string, parameterIndex: number) => void;
export declare function session(provider?: string): (target: Class, propertyKey: string, parameterIndex: number) => void;
