export interface ReplicationConfiguration {
    enable: boolean;
    host: string;
    replicaCanister: string;
}
