/** * Dump a value and die. The dumped value will be displayed * using the HTML printer during an HTTP request or within * the console otherwise. */ export declare const dd: (value: unknown) => void;