import { Type } from '@nestjs/common'; export declare const exploreGlobalApiSecurityMetadata: (metatype: Type) => { security: any; }; export declare const exploreApiSecurityMetadata: (instance: object, prototype: Type, method: object) => any;