import type { HoneycombLabelsDisplay } from '../../../types/honeycomb.js'; export declare const shouldRenderLabels: (labelsDisplay: HoneycombLabelsDisplay | undefined) => labelsDisplay is Exclude; //# sourceMappingURL=should-render-labels.d.ts.map