import { DoesNotExitsError } from "./DoesNotExitsError";
export declare class AssetDoesNotExitsError extends DoesNotExitsError {
}
