export type DocdexGuidanceOptions = { contextLabel: string; includeHeading?: boolean; includeFallback?: boolean; }; export declare const buildDocdexUsageGuidance: ({ contextLabel, includeHeading, includeFallback, }: DocdexGuidanceOptions) => string; //# sourceMappingURL=DocdexGuidance.d.ts.map