declare const init: (template: string) => {
    expand: (variables: any) => string;
};
export { init };
