export declare class Common { message: string; constructor(); } export declare class Utils { static SUCCESS_MSG(): string; }