import type { IId, NId2 } from "@raytio/types"; export declare function fetchKeysForSubmission({ apiToken, apiUrl, iId, }: { apiUrl: string; apiToken: string; iId: IId; }): Promise<{ [nId2: NId2]: { [fieldName: string]: { data: string; }; }; }>;