export { getCategorias } from './getCategorias'; export { getCategoriasPrincipales } from './getCategoriasPrincipales'; export { searchProductos } from './searchProductos'; export { getProductosPrincipales } from './getProductosPrincipales'; export { getProductoById } from './getProductoById'; export { getImagenFromProducto } from './getImagenFromProducto'; export { initPedido } from './initPedido'; export { validateProducts } from './validateProducts'; //# sourceMappingURL=index.d.ts.map