import type { Client } from "soap";
import type { Statement } from "../../../common/types";
import type { ContentPage } from "./content.type";
import type { ContentServiceOperations } from "./contentService.interface";
export declare class ContentService implements ContentServiceOperations {
    private _client;
    constructor(client: Client);
    getContentByStatement(statement: Statement): Promise<ContentPage>;
}
//# sourceMappingURL=content.service.d.ts.map