interface Options { baseUrl?: string; } export declare function useBundleRefsIntoDocument(document: unknown, options?: Options): unknown; export {};