export declare function importFromString( code: string, filename: string, opts?: { appendPaths?: string[]; prependPaths?: string[]; } ): any;