import IArchive from './iarchive';
export interface IShape {
    sourceArchive: IArchive;
    targetArchive: IArchive;
}
