import * as ts from "typescript"; import { FileOutput } from "../../shared/types"; export declare function fileCost(file: ts.SourceFile): FileOutput;