import type { TData } from './types'; export declare const serialize: (d: TData) => string;