import type { DataSourceActionKey } from '../../../../libs/integration-data-source'; import type { AccountInstanceActionKeys } from './account-data-source.types'; export declare const ACCOUNT_INSTANCE_ACTION_KEY_PREFIX: "account:instance:account"; export declare const ACCOUNT_INSTANCE_ASYNC_ACTION_KEY: DataSourceActionKey<'account', 'account:instance', 'async'>; export declare const ACCOUNT_INSTANCE_ACTION_KEYS: AccountInstanceActionKeys;