export interface FileSystemType { } export interface Math { imul(a: number, b: number): number; } //# sourceMappingURL=emfs.d.ts.map