export function create(s: string): Error;
export function methodUnimplemented(): never;
export function unexpectedCase(): never;
export function assert(property: boolean): asserts property is true;
//# sourceMappingURL=error.d.ts.map