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