import { Noise } from './noise'; export * from './noise'; /** * Default configuration, it will generate new noise static key and enable noise pipes (IK handshake). */ export declare const NOISE: Noise; //# sourceMappingURL=index.d.ts.map