import type { ExecuteHandler } from '../exec.types'; export declare const teamMemberHandlers: { getAll: ExecuteHandler; getByEmail: ExecuteHandler; getById: ExecuteHandler; };