import type { ApiItem, CodeSamplePanelItem } from '@redocly/api-docs'; import type { ItemMatch } from './find-api-item.js'; /** * Locates the code-sample panel for the operation matched by `pointer` or `sourceId`. * * @param items - Docs navigation items. * @param match - Operation identity in the nav tree. * @returns The panel entry, or `undefined` if the item or panel is missing. */ export declare function findCodeSamplePanel(items: ApiItem[], match: ItemMatch): CodeSamplePanelItem | undefined; //# sourceMappingURL=find-code-sample-panel.d.ts.map