export declare function createActionProxy(id: string, boundArgsFromClosure: null | any[], action: any, originalAction?: any): void;
