import type { VariableDictionary } from "../types/variables";
export declare function replaceVariables(input?: string, variables?: VariableDictionary): string | undefined;
