export declare type IkasOrderCustomer = { email: string | null; firstName: string | null; fullName: string | null; id: string | null; isGuestCheckout: boolean | null; lastName: string | null; notificationsAccepted: boolean | null; };