import type { ReleaseChannel } from '../types'; export declare function parseIntervalOrExit(value: string, name: string): number; export declare function validateUpdateChannel(channel: string | undefined): ReleaseChannel | undefined; //# sourceMappingURL=validators.d.ts.map