export declare function failFunctionWithTag(tag: string): (message: string) => never;
export declare function assertFunctionWithFail(fail: (message: string) => void): (value: any, message: string) => void;
//# sourceMappingURL=utils.d.ts.map