import type { GistFile, TableDefinition } from "./types";
import { ParseResult } from "./ts-parser.js";
export declare function getFileContent(file: GistFile): string;
export declare function convertDefinitionsToAst(definitions: TableDefinition[]): ParseResult;
//# sourceMappingURL=client.d.ts.map