import type { SingleViewConfig } from '../view.js'; export declare function queryToConfig(view: string, query: string): SingleViewConfig;