/**
 * Looks like array filter cannot infer the correct type
 * without this
 */
export declare const isDefined: <T>(value?: T | null) => value is T;
