/** * Parse bucket data from protobuf responses */ import { VoteBucket } from '../types'; /** * Parse VoteBucketList from protobuf binary data * * This is a manual protobuf parser for VoteBucketList messages * Based on proto/types/state_data.proto */ export declare function parseVoteBucketList(data: Buffer): VoteBucket[]; //# sourceMappingURL=bucket-parser.d.ts.map