declare const __brand: unique symbol; export declare type Branded = TPrimitive & { [__brand]: TBrand; }; export {};