export enum WikiCreationMethod { Clone = 'clone', Create = 'create', LoadExisting = 'load-existing', }