import { C } from "./C"; import { Alpha } from "./Alpha"; export declare type RawNamed = C<"n", string>; export declare type OptionalNamed = RawNamed & Partial; export declare type Named = RawNamed & Alpha; export declare const isNamed: (c: C) => c is Named; //# sourceMappingURL=Named.d.ts.map