import { ApiActionHandler } from ".."; export declare type ExtractJSONAModel = T extends ApiActionHandler ? R : T;