export declare function isPageInArray(preload: string[], name: string): boolean;
export declare function resolvePath(...p: string[]): string;
