import { types as t } from '@babel/core'; import { State, StrictOptions, TemplateExpression } from '../types'; export default function getTemplateProcessor(options: StrictOptions): ({ styled, path, isGlobal }: TemplateExpression, state: State, valueCache: Map) => void;