export declare const syncContent: (from: string, to: string) => Promise<void>;
export declare const syncContentSync: (from: string, to: string) => void;
//# sourceMappingURL=index.d.ts.map