import type { ExecuteHandler } from '../exec.types'; export declare const userHandlers: { sendLoginEmail: ExecuteHandler; sendPushNotification: ExecuteHandler; };