import type { RouterOptions } from "../utils/types";
export declare function registerLabelsRouter(options: RouterOptions): void;
