import { Identity } from '@cashfarm/plow';
export declare class NotFoundResponse {
    id: string | number | Identity<any>;
    message: string;
    constructor(resourceName: string, id: string | number | Identity<any>);
}
