export type AssertFunction = (value: unknown, error: E) => asserts value; declare const assert: AssertFunction; export { assert };