export declare const GetShippingMock: { request: { query: import("graphql").DocumentNode; variables: { toCode: string; toLatLong: string; height: number; length: number; width: number; weight: number; }; }; result: { data: { brands: { ID: string; shippingCostEstimation: { methods: { provider: string; service: string; message: string; isEnable: boolean; cost: { value: number; code: string; }; }[]; }; }[]; }; }; };