export declare function str_pad(input: string, padLength: number, padString: string, padType: string): string;