export declare class NotFoundError extends Error {
    name: "NotFoundError";
    constructor(message: string);
}
