export declare class IDRSeedingDataSenderActions { static cancel(reqId?: string): void static pause(reqId?: string): void static resume(reqId?: string): void }