import { Project } from 'ts-morph'; export declare const findSignals: ({ filePath, project }: { project: Project; filePath: string; }) => { props: Set; state: Set; context: Set; };