export declare const info: {
    company: string;
    slogan: string;
    version: string;
    updated: string;
    author: string;
};
