/// /// declare module "copyright" { export class DataLogicWarehouseCopyright { static toString(): string; } } declare module "sk/data/logic/warehouse/IndexSpace" { export class IndexSpace { static namespaces(): string[]; } }