import { InterferenceOptions } from './types.js'; export type { InterferenceOptions } from './types.js'; /** * Generate an interference pattern avatar */ export declare function generateAvatar(options: InterferenceOptions): HTMLCanvasElement; //# sourceMappingURL=index.d.ts.map