export function patch(resolved: any, interpreter: any): any; export const code: string[]; export const js: string[]; export function polluteJS(module: object, resolved: any, ref: object, isAsync: boolean, before: Function | null, after: Function | null): object;