export declare class PathQuery {
    [query: string]: string | number | boolean | ReadonlyArray<string | number | boolean>;
}
