import type { IRawAbiTypeRoot } from '../types/interfaces/IRawAbiType';
export declare function extractStructName(params: {
    rawAbiType: IRawAbiTypeRoot;
    regex: RegExp;
}): string;
//# sourceMappingURL=extractStructName.d.ts.map