import { Id64String } from "@itwin/core-bentley";
import { BriefcaseDb } from "../../core-backend";
export declare function createNewModelAndCategory(rwIModel: BriefcaseDb, parent?: Id64String): Promise<{
    modelId: string;
    spatialCategoryId: string;
}>;
//# sourceMappingURL=MergeConflict.test.d.ts.map