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