export declare function useStdin(keyHandler: ({ actionKey: ActionKey, text: string, key: Key }: { actionKey: any; text: any; key: any; }) => void, deps?: any[]): void;