²é¿´/±à¼ ´úÂë
ÄÚÈÝ
export declare function resolvePageComponent<T>(path: string | string[], pages: Record<string, Promise<T> | (() => Promise<T>)>): Promise<T>;