import type { IDestroyable } from 'destroyable';
import type { string_absolute_filename } from '../../types/typeAliases';
/**
 * @@@
 */
export type ScraperIntermediateSource = IDestroyable & {
    /**
     * @@@
     */
    readonly filename: string_absolute_filename;
};
/**
 * Note: [🌏] Converters can be used only in node because they uses `ScraperIntermediateSource` which  uses file system
 */
