import type { GatewayLayerZeroQuote } from './GatewayLayerZeroQuote'; export interface GatewayQuoteOneOf2 { layerZero: GatewayLayerZeroQuote; } export declare function instanceOfGatewayQuoteOneOf2(value: object): value is GatewayQuoteOneOf2; export declare function GatewayQuoteOneOf2FromJSON(json: any): GatewayQuoteOneOf2; export declare function GatewayQuoteOneOf2FromJSONTyped(json: any, ignoreDiscriminator: boolean): GatewayQuoteOneOf2; export declare function GatewayQuoteOneOf2ToJSON(json: any): GatewayQuoteOneOf2; export declare function GatewayQuoteOneOf2ToJSONTyped(value?: GatewayQuoteOneOf2 | null, ignoreDiscriminator?: boolean): any;