export declare function isNil(variable: any): boolean;
export declare function isPresent(variable: any): boolean;
export declare function noOp(...args: any[]): Function;
