/** * Normalizes the path to make sure it always starts with a single '/' and do not end with '/' or '*' unless empty */ export declare function normalizeRoutePath(path: string): string;