import type { SqlfuHost } from '../host.js'; import type { SqlfuProjectConfig } from '../types.js'; export declare function watchGenerateQueryTypes(): Promise; export declare function watchGenerateQueryTypesForConfig(config: SqlfuProjectConfig, host: SqlfuHost, options?: { signal?: AbortSignal; onReady?: () => void; logger?: Pick; }): Promise;