import type { TFunction } from '@payloadcms/translations';
import APIError from './APIError.js';
declare class NotFound extends APIError {
    constructor(t?: TFunction);
}
export default NotFound;
//# sourceMappingURL=NotFound.d.ts.map