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