/** * Get the customer id from the token * @param accessToken The access token * @returns string */ export declare function getCustomerIdByToken(accessToken: string): string | undefined;