/**
 * @todo Rename to `toLine`?
 */
export declare const stringify: (value: unknown, spacing?: string) => string;
