/** * Resolves the path to the registry file inside `piecomponents`. * Prefers `registry.ts`, but falls back to `registry.tsx` if the former * does not exist. Returns the `.ts` candidate when neither exists so * callers can still decide how to handle the missing file. */ export declare const resolveRegistryPath: (pieComponentsDir: string) => string; //# sourceMappingURL=registryPath.d.ts.map