import type { ParseResponse } from "../../../contexts/router/types";
type UseParseType = () => <TParams extends Record<string, any> = Record<string, any>>() => ParseResponse<TParams>;
export declare const useParse: UseParseType;
export {};
//# sourceMappingURL=index.d.ts.map