import type { Token } from '../types/tokens.js'; /** * Convert a service token to a string for error messages */ export declare function tokenToString(token: Token): string; //# sourceMappingURL=token-to-string.d.ts.map