import { RouterContext } from 'rou3';

declare const addProductRoutes: (router: RouterContext) => Promise<void>;

export { addProductRoutes };
