export declare const isValidUsername: (str: string) => boolean; export declare const isExternal: (path: string) => boolean;