import { KeyIndexImpl, Scope } from '../instructions'; export declare const LAYOUT: Scope; export declare const LIST_PATTERNS: Scope; export declare const GENERAL_INDICES: { [x: string]: KeyIndexImpl; }; export declare const CONTEXT_TRANSFORM: Scope;