export declare function useParams<T extends Record<string, string>>(): T;
