/**
 * @param platform  The process platform.
 * @returns         The copy command for the process platform.
 */
declare const getCopyCommand: (platform?: string) => string;
export default getCopyCommand;
