/**
 * Safely copies files and makes directories if they don't exist.
 * @param pattern { from: @type string, to: @type string }
 * @returns void
 */
declare const _default: (pattern: {
    from: string;
    to: string;
}) => void;
export default _default;
//# sourceMappingURL=copy.d.ts.map