export declare const dynaStringify: (value: any, options?: { spaces?: number | undefined; circularText?: string | ((value: any) => string) | undefined; } | undefined) => string;