import type { IId, ProfileObject } from "@raytio/types"; export declare function fetchPOsOrAOsForSubmission({ iId, apiUrl, apiToken }: { iId: IId; apiUrl: string; apiToken: string; }, type: "POs" | "AOs"): Promise;