import { CloudAccount } from "hyinsit-types"; export declare const getAccount: (email: string) => Promise; export declare const getAccountByTenantId: (tenantId: string) => Promise; export declare const getStatus: () => Promise;