import { CustomError, type CustomErrorsArgs } from './custom';
export interface NotFoundErrorArgs extends CustomErrorsArgs {
}
export declare class NotFoundError extends CustomError {
    constructor({ message, reason, metadata, error }: NotFoundErrorArgs);
}
//# sourceMappingURL=not-found.d.ts.map