export declare type Uuid = string; export declare type Url = string; export declare type Base64String = string; export declare type Metadata = { [val: string]: any; }; export declare type TokenData = Metadata; export declare type RFC3339Date = string;