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