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