import { Retool } from '@tryretool/custom-component-support'; export declare const useSomeHook: () => readonly [Retool.SerializableObject, (updates: Retool.SerializableObject) => void];