export declare const omitNil: <T>(value?: unknown, toReturn?: T | undefined) => T | "-" | undefined;
