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