export default function control_helper(sthp: Map): { helper: (key: keyof T, value?: any) => any; helpers: (values?: Record | undefined) => Record; };