import { AnswerShippingQueryOptionsMultipartFormData } from '../types'; import { array } from '../types'; export declare class AnswerShippingQueryOptionsMultipartFormDataBase implements AnswerShippingQueryOptionsMultipartFormData { shipping_query_id: string; ok: boolean; shipping_options: array; error_message: string; }