/** * Copyright IBM Corp. 2022, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ export declare function loadContent(locale: string, env: string, onSuccess: any, onError: any): void; export declare function loadSettings(env: string, onSuccess: any, onError: any): void; export declare function checkEmailStatus(email: string, env: string, onSuccess: (data: any) => void, onError: (err?: any) => void): void; //# sourceMappingURL=services.d.ts.map