export { convolutionFFT as fft } from "./convolutionFFT.js";
export { convolutionDirect as direct } from "./convolutionDirect.js";
export { matrix2Array } from "./util/matrix2Array.js";
export namespace kernelFactory {
    export { LoG };
}
import { LoG } from './util/LoG.js';
//# sourceMappingURL=index.d.ts.map