/** * Checks the that the dimensions of the kernel are odd. * @param kernel - Kernel passed to a morphology function. */ export declare function checkKernel(kernel: number[][]): void; //# sourceMappingURL=checkKernel.d.ts.map