export declare function importOrRequireFile(filePath: string): Promise<[any, "esm" | "commonjs"]>;
