import { type AdapterContextValue } from '../CodeSnippetContext'; export declare const useAdapter: () => AdapterContextValue | null;