import { XYShape } from "../../XYShape.js"; import { kdeParams } from "./kde.js"; export declare const logKde: ({ samples, outputLength, weight, kernelWidth, }: kdeParams) => XYShape; //# sourceMappingURL=logKde.d.ts.map