import { TBaseOptions } from './defs.js'; import { TTag } from "./ttag.js"; export declare const captureLocator: (options: TBaseOptions, tag: TTag, ...where: (string | undefined)[]) => string; //# sourceMappingURL=capture-locator.d.ts.map