import { BlockWatch } from '@vtj/core';
export declare function parseWatch(watch?: BlockWatch[], computedKeys?: string[]): {
    computed: string[];
    watches: string[];
};
