export declare const XScalarWatchModeSchema: import("@scalar/typebox").TObject<{ /** Whether the document is in watch mode */ 'x-scalar-watch-mode': import("@scalar/typebox").TOptional; }>; export type XScalarWatchMode = { /** Whether the document is in watch mode */ 'x-scalar-watch-mode'?: boolean; }; //# sourceMappingURL=x-scalar-watch-mode.d.ts.map