export declare class Layer { protected tId: String; constructor(tId: String); protected generateStoreKey(key: any): string; }