Pool: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): Pool;
    encode(message: Pool, writer?: BinaryWriter): BinaryWriter;
    fromJSON(object: any): Pool;
    fromPartial<I>(object: I): Pool;
    toJSON(message: Pool): unknown;
}