import { AppThunk } from 'store'; export declare const disableOrganizationThunk: (organizationID: string, enabled: boolean) => AppThunk>;