export type Nsid = `${string}.${string}.${string}`; export declare const isNsid: (v: unknown) => v is Nsid; //# sourceMappingURL=nsid.d.ts.map