import { PROGRESS_DATA as BASE } from 'tnp-core'; export declare function helloBackend(): void; export declare function helloFrontend(): void; export declare class PROGRESS_DATA extends BASE { }