import { Tensor } from '../../../tensor'; import { WebGLInferenceHandler } from '../inference-handler'; import { ProgramInfoLoader } from '../types'; import { ConvAttributes } from './conv'; export declare const createUnpackedGroupedConvProgramInfoLoader: (inferenceHandler: WebGLInferenceHandler, inputs: readonly Tensor[], attributes: ConvAttributes) => ProgramInfoLoader;