/** * * 打印 warn 信息 * */ export declare function printWarn(...str: unknown[]): void;