import type { User } from '~/types'; export type ResyncTaskResult = { state?: 'succeeded' | 'failed' | string; fail_reason?: string; } | null; export declare const resyncIdasWells: (currentUser: Partial, assetId: number) => Promise; //# sourceMappingURL=resyncIdasWells.d.ts.map