export declare class PrecisionSymbolMatch { readonly name: string; readonly kind: string; readonly path: string; readonly identityId?: string; readonly signature?: string; readonly exported: boolean; readonly startLine?: number; readonly endLine?: number; constructor(opts: { name: string; kind: string; path: string; identityId?: string; signature?: string; exported: boolean; startLine?: number; endLine?: number; }); } //# sourceMappingURL=precision-match.d.ts.map