import { JsonValue } from '@backstage/types'; /** * This hook is used to get the formData from the query string. * @alpha */ export declare const useFormDataFromQuery: (initialState?: Record) => [Record, import("react").Dispatch>>];