/** * Method to handle message event in service worker * @param event any * @returns Promise */ export declare function handleMessageEvent(event: any): Promise; /** * Method to check and inform main thread if sw is not initialized * @returns boolean */ export declare const checkSWInitialization: () => boolean;