import { ODataService } from "@sap/service-provider-apis";
import { RawService } from "../type/interfaces";
export declare class C4cService extends ODataService {
    readonly namespace: string;
    readonly metadataUrl: string;
    constructor(rawService: RawService);
}
