/** strip off leading slashes or hash-slash shenanigans */ export declare function norm(path: string): string;