declare function action(contractNames: string[], options: any): Promise; declare function runActionIfNeeded(contractName?: string, options?: any): Promise; declare const _default: { name: string; signature: string; description: string; register: (program: any) => any; action: typeof action; runActionIfNeeded: typeof runActionIfNeeded; }; export default _default;