export default function (variables: { [key: string]: { [key: string]: string; }; }): { [key: string]: { [key: string]: string; }; };