import type { GatewayOfframpQuote } from './GatewayOfframpQuote'; export interface GatewayQuoteOneOf1 { offramp: GatewayOfframpQuote; } export declare function instanceOfGatewayQuoteOneOf1(value: object): value is GatewayQuoteOneOf1; export declare function GatewayQuoteOneOf1FromJSON(json: any): GatewayQuoteOneOf1; export declare function GatewayQuoteOneOf1FromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewayQuoteOneOf1; export declare function GatewayQuoteOneOf1ToJSON(json: any): GatewayQuoteOneOf1; export declare function GatewayQuoteOneOf1ToJSONTyped(value?: GatewayQuoteOneOf1 | null, ignoreDiscriminator?: boolean): any;