import type { TxInfo } from './TxInfo'; export interface GatewayOrderStatusOneOf1Failed { refundTx?: TxInfo | null; } export declare function instanceOfGatewayOrderStatusOneOf1Failed(value: object): value is GatewayOrderStatusOneOf1Failed; export declare function GatewayOrderStatusOneOf1FailedFromJSON(json: any): GatewayOrderStatusOneOf1Failed; export declare function GatewayOrderStatusOneOf1FailedFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewayOrderStatusOneOf1Failed; export declare function GatewayOrderStatusOneOf1FailedToJSON(json: any): GatewayOrderStatusOneOf1Failed; export declare function GatewayOrderStatusOneOf1FailedToJSONTyped(value?: GatewayOrderStatusOneOf1Failed | null, ignoreDiscriminator?: boolean): any;