import type { InfographicOptions } from '../options'; export declare function renderToString(options: string | Partial, init?: Partial): Promise;