export declare const SYNTH_TS_NAME = "synth-driver.ts"; export declare const writeSynthDriver: (fileName: string, entrypoint: string, options?: { packageJsonLocation?: string; }) => string;