import {EnginePlatform} from "./EnginePlatform";

export class WebEnginePlatform extends EnginePlatform {
    constructor(options?: { storageKey?: string })
}
