import { SafeContextOptions } from 'fastapi-rtk/utils'; import { BulkActionsContextValue } from './types'; /** * Custom hook to access the bulk actions context. * * @param options - Options for the context hook. * @returns The bulk actions context object. */ export declare const useBulkActions: (options?: SafeContextOptions) => BulkActionsContextValue;