import type { AST, TSAsExpression, RuleContext } from "../../types";
export declare function unwrapTypesExpression<T extends AST.ESLintExpression | AST.ESLintSuper | AST.ESLintDeclaration | AST.ESLintSpreadElement | TSAsExpression>(node: T): T;
export declare function getStringFromNode(node: AST.ESLintExpression, context: RuleContext): string | null;
