import { AbiExporterConfigEntry } from './types.js';
import { HookContext } from 'hardhat/types/hooks';
export declare const clearAbiGroup: (context: HookContext, config: Required<AbiExporterConfigEntry>) => Promise<void>;
export declare const exportAbiGroup: (context: HookContext, config: Required<AbiExporterConfigEntry>) => Promise<void>;
