export declare const getName: (entity: any) => string;
export declare const isFunction: (functionToCheck: any) => boolean;
