import type { Command } from 'commander'; import type { TOptions } from '.'; export declare function retrieveContract(program: Command, version: string): (args: TOptions) => Promise; //# sourceMappingURL=retrieve-contract.d.ts.map