import type { ExecuteHandler } from '../exec.types'; export declare const webhookHandlers: { getSubscriptions: ExecuteHandler; getSubscription: ExecuteHandler; createSubscription: ExecuteHandler; updateSubscription: ExecuteHandler; deleteSubscription: ExecuteHandler; getSampleData: ExecuteHandler; };