export declare const submitAddSchoolRequest: (canSubmitForm: any, requestOrganizationService: any, dispatch: any) => Promise<void>;
export declare const getOrgNameWithoutLocation: (organizationName: string) => string;
