import { ISettings } from './interfaces'; /** * Entry point. */ export declare const init: (settings?: ISettings) => HTMLCanvasElement | undefined;