import * as T from 'fp-ts/Task';
export declare function copyDist(distPath: string, targetPath: string): T.Task<void>;
