import { SafeContextOptions } from 'fastapi-rtk/utils'; import { InfoContextValue } from './types'; /** * Access the info context. * * @param options - Options for the context hook. * @returns The info context object. */ export declare const useInfo: (options?: SafeContextOptions) => InfoContextValue;