import { HttpSecurityScheme } from '@stoplight/types'; export declare const apiKey: HttpSecurityScheme; export declare const oauth: HttpSecurityScheme;