import { type Mode, type DeprecatedMode } from '../types.js'; export declare function assertMode(value: unknown): asserts value is Mode | DeprecatedMode | undefined; export declare function resolveMode(value: unknown): Mode; //# sourceMappingURL=mode.d.ts.map