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