import type { ListTable } from '@visactor/vtable'; export declare function resolveSheetKey(args: { vtableSheet: any; table: ListTable | null; cached: string | undefined; }): { sheetKey: string | undefined; cached: string | undefined; };