import type { DataSourceActionKey } from '../../../../libs/integration-data-source'; import type { OrdersDataSourceActionKeys } from './orders-data-source.types'; export declare const ORDERS_DATA_SOURCE_ACTION_KEY_PREFIX: "account:instance:paymentMethods"; export declare const ORDERS_DATA_SOURCE_ACTION_KEYS: OrdersDataSourceActionKeys; export declare const ORDERS_DATA_SOURCE_ASYNC_ACTION_KEY: DataSourceActionKey<'data', typeof ORDERS_DATA_SOURCE_ACTION_KEY_PREFIX, 'async'>;