import type { WritableComputedRef } from 'vue'; export declare function useFilterValue(key: string): WritableComputedRef;