export declare function extractInterpreterCodeArg(tokens: readonly string[]): string | null; export declare function containsDangerousCode(code: string): boolean;