import { Tensor } from '../../../tensor'; import { WebGLInferenceHandler } from '../inference-handler'; import { ProgramInfoLoader } from '../types'; import { ConcatAttributes } from './concat'; export declare const createPackedConcatProgramInfoLoader: (handler: WebGLInferenceHandler, inputs: Tensor[], attributes: ConcatAttributes) => ProgramInfoLoader;