export function pad(value: any, width: any, char?: string): string;
