import { NormalizedOptions } from './internal-types'; export declare const OLD_IPC_TRANSPORT_VALUE: string; export declare const STABLE_IPC_TRANSPORT_VALUE: "unix" | "pipe"; export declare function getNormalizedArgs(args: unknown[]): NormalizedOptions | null | undefined; //# sourceMappingURL=utils.d.ts.map