import type { SfToken } from '../../structuredfield/SfToken.js';
/**
 * Converts a symbol to a string.
 *
 * @param symbol - The symbol to convert.
 *
 * @returns The string representation of the symbol.
 *
 * @internal
 */
export declare function symbolToStr(symbol: symbol | SfToken): string;
//# sourceMappingURL=symbolToStr.d.ts.map