import { IkasCustomer } from "../../storefront-models/src"; export declare function gtm_completeRegistration(customer: IkasCustomer): { event: string; customer: IkasCustomer; } | undefined;