import type { CaptureUrlParams } from "../utils/captureUrlParams"; export declare function useResolvedCaptureUrls(urls: (string | undefined)[], params?: CaptureUrlParams): string[];