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