import type { ParseQuery, PlainObjectConstraint, StringifyQuery, } from '@/shared/types' export function parseQuery(): ReturnType< ParseQuery > { throw new Error('Not implemented') } export function stringifyQuery(): ReturnType< StringifyQuery > { throw new Error('Not implemented') }