import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class StandardCredential { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) getAppliesTo(): string getAttribute(name?: string): string getAttributeByName(name?: string): string getAuthKey(): string getAuthProtocol(): string getClassification(): string getCredentialId(): string getHighSecurityId(): string getID(): string getKey(): string getMIDList(): Array getName(): string getOrder(): string getPassPhrase(): string getPassword(): string getPrivKey(): string getPrivProtocol(): string getTag(): string getType(): string getUsername(): string hasTag(requiredTag?: string): boolean isUseHighSecurity(): boolean }