export declare function log(...texts: any[]): void; export declare function out(...texts: any[]): void; export declare function warn(...texts: any[]): void; export declare function errorOut(...texts: any[]): void; //# sourceMappingURL=appOutput.d.ts.map