export declare type CustomerInfo = { [key: string]: any; stored_customer_email: string; stored_customer_salutation?: string; stored_customer_firstname?: string; stored_customer_lastname?: string; stored_customer_street?: string; stored_customer_street_number?: string; stored_customer_zip_code?: string; stored_customer_city?: string; stored_customer_country?: string; token: string; };