import type { Pass } from 'three/addons/postprocessing/Pass.js'; import type { WebGlPassContext } from './types.js'; export interface AoOptions { output?: number; } export declare function createAo(ctx: WebGlPassContext, options?: AoOptions): Pass; //# sourceMappingURL=ao.d.ts.map