import ts from 'typescript'; /** Get the property access expression at the specified position. (e.g. `obj.foo`, `styles.foo`) */ export declare function getPropertyAccessExpressionAtPosition(sourceFile: ts.SourceFile, position: number): ts.PropertyAccessExpression | undefined; //# sourceMappingURL=ast.d.ts.map