export declare class NotFoundError extends Error {
    statusCode: number;
    constructor(message: string);
}
