type GlobalHandlers = {
    [key: string]: (args: any, context?: any, event?: any) => any;
};
declare const globalHandlers: GlobalHandlers;
export default globalHandlers;
