export * from './generated'; export declare const toString: (that: import("@vueuse/shared").MaybeRef) => import("vue-demi").ComputedRef; export declare function reactiveStr(strings: TemplateStringsArray, ...args: any[]): import("vue-demi").ComputedRef; export declare const rs: typeof reactiveStr;