import { CommonIdentifierUtilsOptions } from "./identifierUtils"; export declare function assertNormalizedIdentifierExpression(text: string, options?: CommonIdentifierUtilsOptions): string; export declare function getNormalizedIdentifierExpression(text: string, options?: CommonIdentifierUtilsOptions): string | undefined;