import { RenderQrCodeParams } from './types'; export declare const toCanvas: (options: RenderQrCodeParams) => Promise;