import type { GatewayOnrampQuote } from './GatewayOnrampQuote'; export interface GatewayQuoteOneOf { onramp: GatewayOnrampQuote; } export declare function instanceOfGatewayQuoteOneOf(value: object): value is GatewayQuoteOneOf; export declare function GatewayQuoteOneOfFromJSON(json: any): GatewayQuoteOneOf; export declare function GatewayQuoteOneOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewayQuoteOneOf; export declare function GatewayQuoteOneOfToJSON(json: any): GatewayQuoteOneOf; export declare function GatewayQuoteOneOfToJSONTyped(value?: GatewayQuoteOneOf | null, ignoreDiscriminator?: boolean): any;