/**
 * VulForm Astro Integration
 * Provides seamless integration with Astro projects
 */
type AstroIntegration = any;
export interface VulFormIntegrationOptions {
    apiKey?: string;
    apiUrl?: string;
    debug?: boolean;
}
export declare function VulFormIntegration(options?: VulFormIntegrationOptions): AstroIntegration;
export default VulFormIntegration;
//# sourceMappingURL=integration.d.ts.map