import { JsonPath } from '@stoplight/types';
import { IFunction } from '../../../../types';
export declare type functionName = 'oasOpSecurityDefined';
export declare const oasOpSecurityDefined: IFunction<{
    schemesPath: JsonPath;
}>;
