import { MCardStore } from '../storage/MCardStore.js';
export declare class ServiceWorkerPTR {
    private store;
    private ws;
    constructor(serverUrl: string);
    start(): void;
    getStore(): MCardStore;
    private onMeshMessage;
    private handleLocalRequest;
    private executeCLM;
    private executeJavaScript;
    private executePython;
}
//# sourceMappingURL=ServiceWorkerPTR.d.ts.map