/**
 * Makes a cross-shell command that works on both Windows and Unix-like systems.
 *
 * @param command The command to make cross-platform.
 * @returns
 */
export declare function makeCrossPlatform(command: string): string;
