/** * 获取 canvas 库 * canvas 是一个用于在 Node.js 中使用 Canvas API 的第三方库 * @returns canvas 库 */ export declare function getCanvas(): any;