export declare function join(a: string, b: string): string; export declare function extname(p: string): string | null;