export declare function formatFlags(leftPadding: string, flag: string, value: any): string;
