import type { InjectionKey, Ref } from 'vue'; export type RequestBodyCompositionSelection = Record; /** * Shares the selected request-body composition variants between the schema * dropdowns and the generated request snippet for a single operation layout. */ export declare const REQUEST_BODY_COMPOSITION_INDEX_SYMBOL: InjectionKey>; //# sourceMappingURL=request-body-composition-index.d.ts.map