import { BrowserBuildFormat, Nullable } from "./types"; export declare function isBrowserFormat(value: any): value is Nullable;