export declare function renderQrPngBase64(input: string, opts?: {
    scale?: number;
    marginModules?: number;
}): Promise<string>;
