import { AbstractAccessor, FileSystemObject, Transferer } from "kura";
interface ExpoFsTransfererOptions {
    background?: boolean;
    getOnly?: boolean;
    threshold?: number;
}
export declare class ExpoFsTransferer extends Transferer {
    private options?;
    constructor(options?: ExpoFsTransfererOptions);
    transfer(fromAccessor: AbstractAccessor, fromObj: FileSystemObject, toAccessor: AbstractAccessor, toObj: FileSystemObject): Promise<void>;
}
export {};
//# sourceMappingURL=ExpoFsTransferer.d.ts.map