import { FileSystemAsync } from "kura";
import { Synchronizer } from "../Synchronizer";
export declare function testAll(message: string, prepare: () => Promise<{
    local: FileSystemAsync;
    remote: FileSystemAsync;
    synchronizer: Synchronizer;
}>): void;
//# sourceMappingURL=syncronize.d.ts.map