/** * Creates a transparent canvas for templates that provide their own background. */ export declare function createTransparentCanvas(width: number, height: number): import("sharp").Sharp;