/**
 * Same as |axCoerceString| except for returning "null" instead of |null| for
 * |null| or |undefined|, and calls |toString| instead of (implicitly) |valueOf|.
 */
export declare function axCoerceName(x: any): string;
//# sourceMappingURL=axCoerceName.d.ts.map