interface EmailVariable {
    field: string;
    value: string;
}
type EmailVariables = EmailVariable[];
export declare const replaceDoubleCurlys: (str: string, variables?: EmailVariables) => string;
export {};
//# sourceMappingURL=replaceDoubleCurlys.d.ts.map