export declare const UTILITY_API_ENDPOINTS: { STATES_AND_DISTRICTS: string; SUBDISTRICTS: (districtCode: string) => string; GET_LOCATION: string; OWNER_SUBTYPE: string; SPECIALITIES: string; ORGANIZATION_TYPE: string; ORGANIZATION_SUBTYPE: string; MASTER_TYPES: string; MASTER_DATA_BY_TYPE: (type: string) => string; }; export declare const API_ENDPOINTS: { REGISTER_ORGANIZATION: string; UPDATE_ORGANIZATION: string; SEARCH_ORGANIZATION: string; ALL_ORGANIZATIONS: string; ORGANIZATION_BY_ID: (idType: string, id: string) => string; };