import { NotFound } from "@tsed/exceptions";
export declare class ResourceNotFound extends NotFound {
    readonly url: string;
    constructor(url: string);
}
