export declare function getOrgIdForCloudIdFromAGG(url: string, cloudId: string): Promise<string | null>;
