export declare class AppError extends Error { constructor(name: string, message: string); }