import { UIProvider } from '../ui/UIProvider'; import { Runner } from './Runner'; export declare function selectContract(ui: UIProvider, hint?: string): Promise; export declare function selectContract(ui: UIProvider, hint?: string, withAllOption?: boolean): Promise; export declare const build: Runner;