export declare class ClusterCreateResponse {
    private readonly _name;
    private readonly _context;
    private readonly _rawOutput;
    constructor();
    get name(): string | undefined;
    get context(): string | undefined;
}
