/** * @see padStart */ export default function PadPrefixParameters(value: string, length: number, prefix: string): string;