export type TagObjectType = { key: string; value: string; }; export declare const toTag: ({ key, value }: TagObjectType) => `${string}=${string}`; //# sourceMappingURL=toTag.d.ts.map