interface PageInstance { route: string; [key: string]: any; } export default function getCurrentPages(): PageInstance[]; export {};