/**
 * @param {name} security name from securityDefinitions
 */
export declare function Security(name: string, scopes?: string[]): any;
