import { AttribCreateSopNode } from '../../../src/engine/nodes/sop/AttribCreate';
import { PresetRegister } from '../BasePreset';
export declare const attribCreateSopPresetRegister: PresetRegister<typeof AttribCreateSopNode, AttribCreateSopNode>;
