import type Batch from './batch.vue';
export declare type BatchInstance = InstanceType<typeof Batch>;
