import type { TxInfo } from './TxInfo'; export interface GatewayOrderStatusOneOfInProgress { bumpFeeTx?: TxInfo | null; refundTx?: TxInfo | null; } export declare function instanceOfGatewayOrderStatusOneOfInProgress(value: object): value is GatewayOrderStatusOneOfInProgress; export declare function GatewayOrderStatusOneOfInProgressFromJSON(json: any): GatewayOrderStatusOneOfInProgress; export declare function GatewayOrderStatusOneOfInProgressFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewayOrderStatusOneOfInProgress; export declare function GatewayOrderStatusOneOfInProgressToJSON(json: any): GatewayOrderStatusOneOfInProgress; export declare function GatewayOrderStatusOneOfInProgressToJSONTyped(value?: GatewayOrderStatusOneOfInProgress | null, ignoreDiscriminator?: boolean): any;