import { Gex } from 'gex'; declare function Patrun(custom?: any): any; type PatrunRouter = ReturnType; declare function make(custom?: any): any; export default make; export { Patrun, Gex }; export type { PatrunRouter };