export declare const COPY: {
    DARWIN: string;
    LINUX: string;
    WIN32: string;
};
