declare const opaqueStringBrand: unique symbol; export type OpaqueString = string & { [opaqueStringBrand]: Type; }; export {};