/** Adds spaces to the left of the string, returns empty string if variable is undefined or empty string */ export declare function padLeft(str: string | undefined): string;