export declare type Brand<K, T> = K & {
    _brand: T;
};
