export declare class TypeAssert {
    static unreachable(_: never): never;
}
