export declare const asyncProxyReference: {
    [key: string]: Function;
};
export declare const asyncHandler: import("extension-methods").Extender<{
    [key: string]: Function;
}>;
