import * as woodyTypes from './types'; /** * Converts a FEN to a SVG board. * @param fen the FEN to convert * @param options the options to use * @returns the SVG board */ export declare function convertFenToSvg(fen: string, options: woodyTypes.FenWoodyOptions): string; //# sourceMappingURL=convert-fen.d.ts.map