import 'reflect-metadata';
import { AuthorizeOptions } from './SecurityManager';
export declare const SECURITY_AUTHORIZE_METADATA_KEY: unique symbol;
export declare const SECURITY_SECURITY_MANAGER_METADATA_KEY: unique symbol;
export declare function authorize(options?: AuthorizeOptions): (target: Record<string, any>, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<any>) => void;
