/** * Provide infortmaion about the project's primary native terminal. * * @note depends on JBContractContext */ export declare function JBPrimaryNativeTerminalProvider({ children, }: { children: React.ReactNode; }): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined; //# sourceMappingURL=JBPrimaryNativeTerminalProvider.d.ts.map