import { BrowserPlatform } from '@aurelia/platform-browser'; import { InterfaceSymbol } from '@aurelia/kernel'; export interface IPlatform extends BrowserPlatform { } export declare const IPlatform: InterfaceSymbol; //# sourceMappingURL=platform.d.ts.map