export declare function stringInterpolation(variables: {
    [key: string]: string;
}, body: string, data: any): Promise<string>;
