/** * Represents an error that we know how to handle in this application. */ export declare abstract class ApplicationError extends Error { constructor(message: string); } //# sourceMappingURL=ApplicationError.d.ts.map