interface BatchIdsRequest {
    vaultRoot: string;
    orderRoot: string;
    sequenceNumber: number;
}
export { BatchIdsRequest };
