import type { GatewayQuoteOneOf } from './GatewayQuoteOneOf'; import type { GatewayQuoteOneOf1 } from './GatewayQuoteOneOf1'; import type { GatewayQuoteOneOf2 } from './GatewayQuoteOneOf2'; export type GatewayQuote = GatewayQuoteOneOf | GatewayQuoteOneOf1 | GatewayQuoteOneOf2; export declare function GatewayQuoteFromJSON(json: any): GatewayQuote; export declare function GatewayQuoteFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewayQuote; export declare function GatewayQuoteToJSON(json: any): any; export declare function GatewayQuoteToJSONTyped(value?: GatewayQuote | null, ignoreDiscriminator?: boolean): any;