import { Part } from "./merge";
declare function fill(existingEntries: Part[], text: string): Part[];
export default fill;
