export interface Features { syncing: boolean; } export declare const defaultFeatures: () => Features; //# sourceMappingURL=peerFeatures.d.ts.map