// Type definitions for @dyna-grid/core v1.1.4 // Project: // Definitions by: zhangkun <> export declare class ColumnKeyCreator { private existingKeys; addExistingKeys(keys: string[]): void; getUniqueKey(colId?: string | null, colField?: string | null): string; }