export declare function replaceVariables(content: string, variables: Record<string, string> | undefined): string;
