import { SearchResultBase } from "./SearchResultBase";
import { JSONObject } from "../../types";
export declare class SpecificationsSearchResult extends SearchResultBase<JSONObject> {
    constructor(kuzzle: any, query: any, options: any, result: any);
}
