import type { NodePath } from '@babel/traverse';
import type { StringLiteral, TemplateElement } from '@babel/types';
export declare function isClassContextLiteralPath(path: NodePath<StringLiteral | TemplateElement>): boolean;
