import { VNode } from './types'; export declare function trackByKey(index: number, node: VNode): string;