export default class Exception { readonly what: string; constructor(what?: string); toString(): string; } //# sourceMappingURL=Exception.d.ts.map