export declare type Data = string; export declare type Quantity = string; export declare type Tag = 'latest' | 'earliest' | 'pending';