import { ParticleEffect } from './types'; export interface YAMLConfig { effects: Record; patterns?: Record; } export declare class YAMLLoader { static loadFromFile(filepath: string): YAMLConfig; static loadFromString(yamlString: string): YAMLConfig; private static parseVector3; } //# sourceMappingURL=YAMLLoader.d.ts.map