declare function groq(literals: TemplateStringsArray, ...placeholders: any[]): string

export = groq
