import type { TsdResult } from "./types"; export declare function tsdLite(testFilePath: string): { assertionsCount: number; tsdResults: Array; };