export declare const DEFAULT_LOG_CHANNEL = "build"; export declare const normalizeLogChannels: (input?: string[]) => string[]; export declare const cycleChannelIndex: (channels: readonly string[], currentIndex: number, direction: "next" | "prev") => number; export declare const sanitizeLogChannel: (value: string) => string; //# sourceMappingURL=log-channels.d.ts.map