import type { PlainQueryDataSource } from './types'; export declare const makePlainQueryDataSource: (config: Omit, "type">) => PlainQueryDataSource;