export declare const isOfType: <T>(varToBeChecked: any, propertyToCheckFor: keyof T) => varToBeChecked is T;
