declare const __label: unique symbol; export type Labeled = T & { [__label]: Label; }; export type DecimalString = Labeled; export type PercentString = Labeled; export type PublicKeyString = Labeled; export type EmailString = Labeled; export type BigIntString = Labeled; export {};