export declare class UserKey {
    TextHint: string;
    Algorithm: string;
    KeyCheck: string;
}
