import type { Primitive } from '@sentry/core';
/**
 * Converts primitive to string.
 */
export declare function PrimitiveToString(primitive: Primitive): string | undefined;
//# sourceMappingURL=primitiveConverter.d.ts.map