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 customer: { channel_uuid: any; customer_uuid: any; user_primary_uuid: any; account_primary_uuid: any; source_primary_uuid: any; customer_handle: any; notes: any; notes_attributes: any; address_billing: { 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; }; address_shipping: { 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; }; blacklisted: any; blacklisted_at: any; unblacklisted_at: any; last_order_uuid: any; last_order_name: any; total_orders: any; total_spent: any; avg_spent: any; live_mode: any; created_at: any; updated_at: any; }; export declare const commands: { [x: string]: { params: any; body: any; }; }; export declare const actions: { [x: string]: { params: any; }; };