export declare const address: { address_1: any; address_2: any; address_3: any; company: any; city: any; name_prefix: any; name_first: any; name_last: any; name_suffix: any; phone: any; province: any; province_code: any; country: any; country_code: any; country_name: any; postal_code: any; live_mode: any; }; export declare const payment_details: {}; export declare const fulfillment_details: {}; export declare const item: { channel_uuid: any; offer_uuid: any; variant_uuid: any; quantity: any; payment_details: any; fulfillment_details: any; }; export declare const order: { channel_uuid: any; order_uuid: any; email: any; address_shipping: any; address_billing: any; payment_details: any; fulfillment_details: any; notes: any; items: any; }; export declare const commands: { [x: string]: any; }; export declare const actions: { [x: string]: { params: any; }; };