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