export declare const StorjWidgetBackendService: unique symbol; export declare const STORJ_WIDGET_BACKEND_PATH = "/services/storjWidgetBackend"; export interface StorjWidgetBackendService { getIsPathFile(path: string): Promise; } //# sourceMappingURL=protocol.d.ts.map