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