export declare const insertIntoTemplate: (template: string, insertions: {
    [i: string]: string;
}) => string;
