import type { NewTaskActionFunction } from "hardhat/types/tasks";
export interface DlGoBindArgs {
    outdir?: string;
    deployable?: boolean;
    noCompile?: boolean;
    v2?: boolean;
    abigenPath?: string;
}
declare const gobindAction: NewTaskActionFunction<DlGoBindArgs>;
export default gobindAction;
//# sourceMappingURL=task-action.d.ts.map