import { TableDecision } from '../TableDecision.js'; /** * Creates a real model from a serialized JSON Object. * This is only used for tests. * @param fileName - The file name of the JSON file * @returns The created model */ export declare function deserializeTableFromFile(fileName: string): Promise; /** * Creates a real model from a serialized JSON Object. * This is only used for tests. * @param tableDataRaw - The table data as a JSON string * @returns - The created model */ export declare function deserializeTableFromString(tableDataRaw: any): TableDecision; //# sourceMappingURL=deserializeTable.d.ts.map