import { Routes } from '@angular/router';
/**
 * The routes used to define a resource.
 *
 * @param config
 * @constructor
 */
export declare function FormioResourceRoutes(config?: any): Routes;
