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