export declare const startBizService: (args?: any) => void; export default startBizService; export declare const startBizServiceAsync: (args?: any) => Promise;