import type { QueryAtom } from './types/QueryAtom'; export declare const createQueryAtom: (props: { key: string; default: T; }) => QueryAtom;