import { type Config } from '../../config/config'; export type Options = { collection: string; file?: string; config?: string; json?: boolean; }; export declare function data(options: Options, config: Config, network: string): Promise; //# sourceMappingURL=data.d.ts.map