import ts from 'typescript'; import type { ComponentContract } from './types.js'; export declare function scanComponent(sourceFile: string, name: string, options?: { appRoot?: string; program?: ts.Program; }): Promise;