/**
 * @internal
 * @param kernelSize - The size of the kernel.
 * @param x - Whether to generate a horizontal or vertical blur program.
 */
export declare function generateBlurVertSource(kernelSize: number, x: boolean): string;
