import type { NewTaskActionFunction } from 'hardhat/types/tasks';
interface ExportAbiActionArguments {
    noCompile: boolean;
}
declare const action: NewTaskActionFunction<ExportAbiActionArguments>;
export default action;
