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