import { CopyConfig } from'./CopyInstruction';
/**
* Function containing the core code for the copy task with a given config.
*/export declare functionexecuteCopyInstructions(config: CopyConfig | undefined): Promise<void>;
//# sourceMappingURL=executeCopyInstructions.d.ts.map