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