export declare function assertInstance any>(value: unknown, type: T): asserts value is InstanceType;