/** * pika-shared package * * This package contains shared types, utilities, and other code used across the Pika project. * * You can import specific modules using direct paths: * import { ChatUser } from 'pika-shared/types/chatbot/chatbot'; * import { apiGatewayFunctionDecorator } from 'pika-shared/util/api-gateway-utils'; */ declare const packageInfo: { name: string; description: string; }; export { packageInfo };