declare const brand: unique symbol; export type Brand = T & { [brand]: B; }; export {};