/** * @license * Copyright Andrey Chalkin . All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/L2jLiga/xd2svg/LICENSE */ /// import { Dictionary, MultipleOutput, Options, OutputFormat, SingleOutput } from '../common'; export default function xd2svg(input: string | Buffer, options?: SingleOutput): Promise; export default function xd2svg(input: string | Buffer, options?: MultipleOutput): Promise>; export default function xd2svg(input: string | Buffer, options?: Options): Promise;