import { DbVersionSupport } from './dbVersion.js';
export declare class BeaconPath {
    private dbVersionSupport;
    private beaconRegExp;
    constructor(dbVersionSupport: DbVersionSupport);
    rebuild(beacon: string): Promise<string>;
}
