RequestListSnapshots: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): RequestListSnapshots;
    encode(_: RequestListSnapshots, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: RequestListSnapshotsAmino): RequestListSnapshots;
    fromAminoMsg(object: RequestListSnapshotsAminoMsg): RequestListSnapshots;
    fromPartial(_: {}): RequestListSnapshots;
    fromProtoMsg(message: RequestListSnapshotsProtoMsg): RequestListSnapshots;
    toAmino(_: RequestListSnapshots): RequestListSnapshotsAmino;
    toProto(message: RequestListSnapshots): Uint8Array;
    toProtoMsg(message: RequestListSnapshots): RequestListSnapshotsProtoMsg;
}