import { ScramjetClient } from "../index"; export default function (client: ScramjetClient, self: Self): void; export declare function indirectEval(this: ScramjetClient, strict: boolean, js: any): any;