declare const getUserOrganizations: () => {
    orgCodes: string[];
};
export { getUserOrganizations };
