declare const expression: (s: string, variables: {
    [key: string]: string | string[] | [string, string][];
}) => string;
export { expression };
