import { SourceUnit } from 'solidity-ast';
import { TransformerTools } from '../transform';
import { Transformation } from './type';
export declare function getNamespaceStructName(contractName: string): string;
export declare function addNamespaceStruct(include?: (source: string) => boolean): (sourceUnit: SourceUnit, tools: TransformerTools) => Generator<Transformation>;
//# sourceMappingURL=add-namespace-struct.d.ts.map