export interface IModuleSetupResult {
    customProperties?: Record<string, any>;
    wasInstalled: boolean;
}
