/** Remove (group)s from path. Like /(group)/foo => /foo */ export declare const getGrouplessPath: (path: string) => string;