import { IEnvelopeArray } from './i-envelope-array';
export declare function factoryEnvelopeArray<T>(items?: T[]): IEnvelopeArray<T>;
