import type { TSESLint, TSESTree } from '@typescript-eslint/utils';
export declare function isStartOfArrowFunctionBody(node: TSESTree.Node, sourceCode: TSESLint.SourceCode): boolean;
