import * as x from 'x-value'; export declare const AccessToken: x.RefinedType, "uuid", unknown, false>, "access token", unknown, false>; export declare const AccessTokenHash: x.RefinedType, "sha256 hash", unknown, false>, "access token sha256 hash", unknown, false>; export declare const PasswordHash: x.RefinedType, "argon2 hash", unknown, false>, "password argon2 hash", unknown, false>; export declare const GitHubId: x.RefinedType, "github id", unknown, false>; export declare const UserIdentifier: x.UnionType<[x.ObjectType<{ type: x.RefinedType, never, "username", false>; username: x.RefinedType, "username", unknown, false>; }>, x.ObjectType<{ type: x.RefinedType, never, "phone", false>; phone: x.RefinedType, "phone", unknown, false>; }>]>;