export declare function getFolderEntryPointFromPackageJSON(props: {
    useLocalField?: boolean;
    json: any;
    isBrowserBuild?: boolean;
}): any;
export declare function isBrowserEntry(json: any, isBrowserBuild?: boolean): boolean;
