declare class ICoreSyco {
    syco_for: string;
    syco_title: string;
    syco_desc: string;
    syco_configuration: any;
    syco_isactive: boolean;
}
export { ICoreSyco };
