import type { TerminalCommandInstance } from '@primereact/types/primitive/terminal'; export declare const TerminalCommandProvider: ({ value, children }: { value: TerminalCommandInstance; children: React.ReactNode; }) => import("react").JSX.Element, useTerminalCommandContext: () => TerminalCommandInstance | undefined;