export interface StoragePathDispatchEvents {
  getDatabasePath: () => string;
  getUserDataPath: () => string;
}
