declare class ResourceNotFoundError extends Error {
    constructor();
}

export { ResourceNotFoundError as default };
