import type { IEmitterShapeReplace } from "./IEmitterShapeReplace.js"; export interface IEmitterShape { options: Record; replace: IEmitterShapeReplace; type: string; }