declare function print(text: string, ...args: any[]): void; export declare const sendPrint: typeof print; export {};