/**
 * Client-side entry point for VulForm Astro
 * This file is imported in the browser to provide client-side functionality
 */
export { VulFormClient } from './utils/client';
export type { VulFormClientConfig } from './utils/types';
//# sourceMappingURL=client.d.ts.map