/** */ import type { ApprovalRequest, ApprovalResponse } from './types'; /** * Initialize the approval system with a custom handler */ export declare function initializeApproval(handler: (request: ApprovalRequest) => Promise): void; /** * Get the current approval handler */ export declare function getApprovalHandler(): ((request: ApprovalRequest) => Promise) | null; //# sourceMappingURL=handler.d.ts.map