export declare function getCustomerInfo(): Promise<{ consentGranted: boolean; id: string; firstName: string; lastName: string | null; email: string | null; phone: string | null; isEmailVerified: boolean | null; isPhoneVerified: boolean | null; orderCount: number | null; subscriptionStatus: import("../../storefront-models/src").IkasCustomerEmailSubscriptionStatus | null; } | null>;