export declare function useScriptState(src: string): "loading" | "ready" | "error" | "idle";
