import { type IFormatExport } from './IFormatExport.js';
export interface IFormat {
    name(): string;
    export(): IFormatExport;
}
//# sourceMappingURL=IFormat.d.ts.map