import { ASTBase, ASTFunctionStatement } from 'miniscript-core'; export declare function getOverflowingFunction(field: ASTBase, containerEndLine: number): ASTFunctionStatement | null;