export declare type int = number; export declare type long = number; export declare type float = number; export declare type puuid = string; export declare type Locale = string;