import { Config } from './config'; import { Spec } from '../types/spec'; export { configZ } from './config'; export declare const SPEC: Spec<"select", Config>; export declare const REGISTRY: { select: Spec<"select", Config>; }; //# sourceMappingURL=external.d.ts.map