import { OrganizationSearchResp } from '../types/types';

type FetchOrganizationResponse = Promise<OrganizationSearchResp | undefined>;
export declare const fetchOrganization: (url: string) => FetchOrganizationResponse | undefined;
export {};
