export declare class UserDisplayMessages {
    static displayInvalidKeyErrorMessage(key: string): string;
    static displayKeyAlreadyExistsWarning(key: string): string;
    static displayKeyListInfoMessage(keys: string[]): string;
    static displayKeyNotFoundErrorMessage(key: string): string;
    static displayKeyRemovedInfoMessage(key: string): string;
    static displayKeySetInfoMessage(key: string): string;
    static displayNoKeysInfoMessage(): string;
    static displayNoKeystoreSetErrorMessage(): string;
    static displaySecretCannotBeEmptyErrorMessage(): string;
    static displayValueInfoMessage(value: string): string;
    static enterSecretMessage(): string;
    static keystoreBannerMessage(): string;
    static passwordSetUpMessage(): string;
    static passwordRequirementsMessage(): string;
    static enterPasswordMsg(): string;
    static passwordRequirementsError(): string;
    static confirmPasswordMessage(): string;
    static passwordsDoNotMatchError(): string;
}
//# sourceMappingURL=user-display-messages.d.ts.map