import { GetDataReturn } from '../../types'; import { SelectDataByMasterSlaveProps } from './types'; export declare const selectDataByMasterSlave: (params: Omit) => Promise;