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