import { JSStringValue, Value } from '../value.mts'; import type { ValueEvaluator } from '../evaluator.mts'; /** https://tc39.es/ecma262/#sec-stringpad */ export declare function StringPad(O: Value, maxLength: Value, fillString: Value, placement: 'start' | 'end'): ValueEvaluator; //# sourceMappingURL=StringPad.d.mts.map