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