import { PresetRegister } from '../BasePreset';
import { FileGEOJSONSopNode } from '../../../src/engine/nodes/sop/FileGEOJSON';
export declare const fileGEOJSONSopPresetRegister: PresetRegister<typeof FileGEOJSONSopNode, FileGEOJSONSopNode>;
