import type { Client } from "soap";
import type { Statement } from "../../../common/types";
import type { ResultSet } from "./publisherQueryLanguage.type";
import type { PublisherQueryLanguageServiceOperations } from "./publisherQueryLanguageService.interface";
export declare class PublisherQueryLanguageService implements PublisherQueryLanguageServiceOperations {
    private _client;
    constructor(client: Client);
    select(selectStatement: Statement): Promise<ResultSet>;
}
//# sourceMappingURL=publisherQueryLanguage.service.d.ts.map