export declare const GlobalClusterEngine: {
    readonly Docdb: "docdb";
};
/**
 * The database engine to use for this global cluster.
 */
export type GlobalClusterEngine = (typeof GlobalClusterEngine)[keyof typeof GlobalClusterEngine];
