export declare const isNullOrUndefined: (value: any) => boolean;
export declare const ErrorMessages: {
    emptyValue: string;
    emptyCallback: string;
    getEmptyValue: string;
};
