import FKPlatform from "../FKPlatform"; export interface FKExtension { newPlatformInstance: () => FKPlatform; }