import { Router } from 'express';
import { Services } from '../../../../types/Services';
export declare const routes: ({ layoutPath, services }: {
    layoutPath: string;
    services: Services;
}) => Router;
