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