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