import type { InputContextValue } from "./types.js"; /** * Returns attachment context (files, header chips, send helpers). * Must be used only under `InputContextProvider`. */ export declare function useInputContext(): InputContextValue;