import { SheetJSON, AppBlueprint, Serialized } from "../types"; declare const _default: { sheet: (app: AppBlueprint) => SheetJSON; build: (name: string, sheets: SheetJSON[], path?: string) => Serialized; }; export default _default;