/// /// /// /// /// /// /// /// declare module "copyright" { export class DataFamilyDrawingCopyright { static toString(): string; } } declare module "sk/data/family/drawing/IndexSpace" { export class IndexSpace { static namespaces(): string[]; } }