export interface ReplicationNode { url?: string; database?: string; disabled?: boolean; } //# sourceMappingURL=ReplicationNode.d.ts.map