import type { Nullable, ResourceView } from "instill-sdk"; export declare function useGetIntegration({ enabled, view, integrationId, accessToken, }: { integrationId: string; accessToken: Nullable; enabled: boolean; view: Nullable; }): import("@tanstack/react-query").UseQueryResult; //# sourceMappingURL=useGetIntegration.d.ts.map