import { Layer } from '../types'; declare const generateBody: (data: Layer[], tab?: string) => string; export default generateBody;