import { OrganizationSearchResp } from '../types/types'; type FetchOrganizationResponse = Promise; export declare const fetchOrganization: (url: string) => FetchOrganizationResponse | undefined; export {};