type keeperType = Record<'get' | 'set', (...arg: any[]) => any>;
declare const _default: Record<string, keeperType>;
export default _default;
