import { Scriptable } from '../imports/Scriptable.js'; export declare class CloudServiceAccount { sysId: Scriptable; name: Scriptable; serviceAccountId: Scriptable; credentialSysId: Scriptable; dataCenterUrl: Scriptable; serviceProviderName: Scriptable; childAccounts: Scriptable; isMasterAccount: Scriptable; constructor(); getCredValue(name?: string): Scriptable; } //# sourceMappingURL=CloudServiceAccount.d.ts.map