declare const originConsole: Record; export declare function log(...args: any[]): void; export { originConsole, }; export declare function drag(ele: HTMLElement): void; export declare function getFilenameTime(): string;