export declare function fail(message: string): never; export declare class Brand { protected _brand_: K; constructor(); }