/** * Checks if certain function has been already wrapped * @param func */ export declare function isWrapped(func: any): boolean;