export declare function wrapCodeModeScript(body: string, opts?: { exprMode?: boolean; }): { source: string; bodyStart: number; bodyEnd: number; }; export declare function prepareCodeModeScript(authored: string): { script: string; exprMode: boolean; salvage: null; notes: never[]; } | { script: string; exprMode: boolean; salvage: string; notes: string[]; }; //# sourceMappingURL=script-compile.d.ts.map