import { QueryV1 } from "./types";
export declare function decodeQueryV1(query: string): QueryV1;
