import { type Ref } from "vue"; export declare const useQueryPath: >(sources: T) => { [K in keyof T]: Ref; };