/** * Converts an object of options to an array of command line arguments. * * @param options The options object. * @returns The command line arguments. */ export declare function toArgs(options: { [key: string]: Record | string | boolean | number | bigint | undefined; }): string[]; //# sourceMappingURL=toArgs.d.ts.map