export declare const loadClassInIsolation: <T>(filePath: string, className: string) => T;
