import type { OpenAPIV3 } from '@readyapi/openapi-parser'; import type { InjectionKey } from 'vue'; /** * Collection of symbols to use with provide inject */ export declare const GLOBAL_SECURITY_SYMBOL: InjectionKey<() => OpenAPIV3.SecurityRequirementObject[] | undefined>; export declare const HIDE_DOWNLOAD_BUTTON_SYMBOL: InjectionKey<() => boolean | undefined>; //# sourceMappingURL=provideSymbols.d.ts.map