export declare class Format { static numberToString(num: number, length?: number): string; static padRight(number: any, length: number, character: string): string; static padLeft(num: any, targetLength: number, character: string): string; } //# sourceMappingURL=Format.d.ts.map