/** * * 打印 info 消息 * */ export declare function printInfo(...str: unknown[]): void;