export namespace Operators { export function Eq(param: `${string}`) { return `= ${param}`; } }