export declare function padding(str: string, toLength: number, withPad?: string, startingAt?: number): string;