export { formatWebpackMessages } from './formatWebpackMessages'; export type { MessageType, WebpackJSON } from './formatWebpackMessages'; export declare function ifElse(condition: boolean, then: TThen, otherwise?: TOtherwise): TThen | TOtherwise | undefined; export declare function flatten(array: any[]): any[]; export declare function removeEmptyValues(obj: T): { [key: string]: unknown; }; export declare function removeEmptyStringValues(obj: { [key: string]: string | undefined | null | (string | object)[]; }): { [key: string]: string; }; export declare function msToMinutesAndSeconds(ms: number): string; //# sourceMappingURL=index.d.ts.map