/// /// /// /// /// /// /// /// /// /// /// /// /// declare module "copyright" { export class FramePluginProductCommonCopyright { static toString(): string; } } declare module "sk/frame/product/template/IndexSpace" { export class IndexSpace { static namespaces(): string[]; } } declare module "sk/frame/product/template/ProductBaseIdentityEnum" { export enum ProductBaseIdentityEnum { Main = "main", Home = "home", Login = "login", Logger = "logger" } }