export declare class ClientContainer {
    client: any;
    constructor(clientInformation: any);
}
