import { ProtoScenario } from "../scenario";
import { ResourceResponse } from "./resource-response";
export declare class ResourceScenario extends ProtoScenario {
    readonly adapter: import("../interfaces/http").HttpAdapter;
    readonly response: ResourceResponse;
    readonly typeName = "Generic Resource";
}
