import { Router } from 'express';
export declare function routes({ layoutPath }: {
    layoutPath: string;
}): Router;
export default routes;
