import { TLLogic } from "./tl-logic";
export declare function parseTlLogic(networkFilename: string): TLLogic[];
export declare function writeTlLogic(tl: TLLogic[]): string;
