export type DriftedTagValue = string | number | bigint | boolean | null | undefined; export declare const coerceTagToString: (tag: DriftedTagValue, context: { caller: string; key: string | null; }) => string; //# sourceMappingURL=coerceTagToString.d.ts.map