import { JSONValue } from './env'; export declare function _outsmartly_override(args: JSONValue[], scope: string): import("./env").SafePropsValue[]; export declare function _outsmartly_mark_return(scope: string, args: any[], branchSelections: { [key: string]: boolean; }, value: any): any; export declare function _outsmartly_mark_attr(scope: string, sliceIds: string, value: any): typeof value; export declare function _outsmartly_mark_child(scope: string, sliceIds: string, value: any): typeof value;