import { JSONContainer } from './jsons'; import type { IExt } from './schema/ext'; export { IExt } from './schema/ext'; export declare class ExtJSON extends JSONContainer { static from(filepath: string): Promise; }