export declare const CreateInstance: <T>(type: {
    new (): T;
    name: string;
}, isCollection?: boolean) => {};
