export declare class SecretString { constructor(value: string) equals(other: SecretString): boolean }