import { Value } from '../value.mts'; import type { ParseNode } from '../parser/ParseNode.mts'; import type { EnvironmentRecord, PropertyKeyValue, UndefinedValue } from '#self'; export declare function RestBindingInitialization({ BindingIdentifier }: ParseNode.BindingRestProperty, value: Value, environment: EnvironmentRecord | UndefinedValue, excludedNames: readonly PropertyKeyValue[]): Generator, import("#self").EvaluatorNextType>; //# sourceMappingURL=RestBindingInitialization.d.mts.map