import { NodePath, types } from "@babel/core"; import { Program } from "@babel/types"; export declare const processZ: (node: NodePath, t: typeof types, importedStyleFunctions: Record) => void;