export declare function cliOut(...texts: unknown[]): void; export declare function cliNote(...texts: unknown[]): void; export declare function cliLog(...texts: unknown[]): void; export declare function cliDebug(...texts: unknown[]): void; export declare function cliInfo(...texts: unknown[]): void; export declare function cliNews(...texts: unknown[]): void; export declare function cliAlert(...texts: unknown[]): void; export declare function cliWarn(...texts: unknown[]): void; export declare function cliError(...texts: unknown[]): void; export declare function cliTodo(...texts: unknown[]): void; //# sourceMappingURL=cliOutput.d.ts.map