import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LeftPadPipe implements PipeTransform { transform(str: string, length: number, padCharacter?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }