export declare function assert<T>(predicate: T, errorMessage: string): asserts predicate;
//# sourceMappingURL=validation.d.ts.map