import { NeverType } from "./NeverType.js";
export declare class HiddenType extends NeverType {
    getId(): string;
}
