export declare class ScopedSecretsManager { associateIdentityGroupsWithSG(secretGroupId?: string, identitySysIds?: Array): string autoAssignPriority(sysId?: string): boolean autogenModule(scopeId?: string, moduleName?: string, secretType?: string): string deleteSecret(sysID?: string): boolean enqueueReloadCredentialsSystemCommandToMids(cryptoModuleSysId?: string, identityGroupAlias?: string): boolean findPassword2SubmoduleForPackage(packageSysId?: string): string isValidConceptualKeyCryptoModule(moduleSysId?: string, secretType?: string): boolean isValidModuleForPackageSecretGroup(moduleSysId?: string, packageSysId?: string, secretType?: string): boolean moveModuleKeysToEphemeralKeyTable(): boolean retrieveSecret(secretId?: string): string sendNewAgentRequestToMid(identityGroupAlias?: string, cryptoModuleSysId?: string): string storeSecret(secretInClear?: string, secretGroupSysId?: string): string updateSecret(sysId?: string, secretInClear?: string, secretGroupSysId?: string): boolean constructor() }