import { InstillAPIClient } from "instill-sdk"; export declare function getInstillModelAPIClient({ accessToken, }: { accessToken?: string; }): InstillAPIClient; //# sourceMappingURL=getInstillModelAPIClient.d.ts.map