export interface CopyPolicy { allowExistingFile: boolean; policy: "add" | "skip" | "error"; } export declare const playgroundNode: Record; export declare const localNode: Record; export declare const remoteNode: Record; export declare const playgroundPython: Record; export declare const localPython: Record; export declare const remotePython: Record; export declare const policys: Record>; //# sourceMappingURL=copyPolicy.d.ts.map