import { ScriptChunk } from "./types/ScriptChunk"; export declare function scriptToScriptChunk(script: string): ScriptChunk;