export declare function assertIsError(error: unknown): asserts error is Error; export declare function assertString(thing: any): asserts thing is string; //# sourceMappingURL=assert.d.ts.map