import { SchemaResponse } from "@autorest/codemodel";
import { TypespecModel } from "../interfaces";
export declare function transformSchemaResponse(response: SchemaResponse): TypespecModel;
//# sourceMappingURL=response.d.ts.map