export type LoadOptions = Record; export type Callback = (...args: any[]) => void; export type LoadCallback = (options?: LoadOptions) => void; export type PageNotFoundResult = { path?: string; query?: Record; isEntryPage?: boolean; }; //# sourceMappingURL=hook-types.d.ts.map