import "../Operator/index.js"; export declare const _brand: unique symbol; export interface Brand { readonly [_brand]: B; } export declare type Branded = A & Brand; /** * @ets_optimize identity */ export declare function makeBranded>(self: Omit): T; //# sourceMappingURL=index.d.ts.map