import { GPUTensorI } from '../../../tensor/gpu/interface'; import { PoolOperation } from './pool'; export declare class SumOperation extends PoolOperation { update(a: string, b: string): string; }