ResponseListSnapshots: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): ResponseListSnapshots;
    encode(message: ResponseListSnapshots, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: ResponseListSnapshotsAmino): ResponseListSnapshots;
    fromAminoMsg(object: ResponseListSnapshotsAminoMsg): ResponseListSnapshots;
    fromPartial(object: {
        snapshots?: {
            chunks?: number;
            format?: number;
            hash?: Uint8Array;
            height?: bigint;
            metadata?: Uint8Array;
        }[];
    }): ResponseListSnapshots;
    fromProtoMsg(message: ResponseListSnapshotsProtoMsg): ResponseListSnapshots;
    toAmino(message: ResponseListSnapshots): ResponseListSnapshotsAmino;
    toProto(message: ResponseListSnapshots): Uint8Array;
    toProtoMsg(message: ResponseListSnapshots): ResponseListSnapshotsProtoMsg;
}