import type { MediaContentModel } from '@redocly/openapi-docs/lib/models/types.js'; import type { ResolvedSampleBlock } from '../../../../../types/index.js'; export declare function getMediaContentSamples(content: MediaContentModel | undefined, exampleKey: string | undefined, titlePrefix: string): ResolvedSampleBlock[]; //# sourceMappingURL=get-media-content-samples.d.ts.map