/** * .what = copies all files from source to destination recursively * .why = enables test directories to be pre-populated with fixture contents */ export declare const cloneFixture: (input: { from: string; to: string; }) => void;