import { Variables } from "../types"; export declare function replaceVariablesInString(content: string, variables: Variables): string;