export declare const justify: (value: string, prefix: string, leftJustify: boolean, minWidth: number, zeroPad: boolean) => string;
