import { StructuredDocumentation } from 'solidity-ast';
interface NatspecTag {
    title: string;
    tag: string;
    args: string;
}
export declare function extractNatspec(node: {
    documentation?: string | StructuredDocumentation | null;
}): Generator<NatspecTag>;
export {};
//# sourceMappingURL=extractNatspec.d.ts.map