import { Tsoa } from '@namecheap/tsoa-runtime'; import { ClassDeclaration, MethodDeclaration, TypeChecker } from 'typescript'; export declare type SecurityGenerator = (node: ClassDeclaration | MethodDeclaration, typeChecker: TypeChecker, inheritedSecurities?: Tsoa.Security[]) => Tsoa.Security[];