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