export declare class CreateSyncBinaryTask {
    private readonly config;
    private readonly binarySyncerService;
    subscribe(): Promise<void>;
}
