export declare function rightPad(text?: string | null, size?: number, pad?: string | null): string | null | undefined;
