import { WrapInActionOverrideContextFn } from "./wrapInAction";
export declare function getActionNameAndContextOverride(target: any, propertyKey: string): {
    actionName: string | (() => string);
    overrideContext: WrapInActionOverrideContextFn | undefined;
};
