import type { ChannelRenderPolicy, ChannelSurface } from '../types.js'; export declare function renderBuiltinPolicy(surface: ChannelSurface): ChannelRenderPolicy; export declare function surfaceLabelForBuiltin(surface: ChannelSurface): string; //# sourceMappingURL=presentation.d.ts.map